home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / system / network / manageme / gobview_.z / gobview_ / gobview / README < prev   
Encoding:
Text File  |  1993-09-14  |  4.3 KB  |  102 lines

  1.  
  2. This is a minimal net-sniff package intended to be used as a PC-based network
  3. monitor for your local ethernet network.
  4.  
  5. *** Included are the following files:
  6.    README            -  Your reading it at the moment.
  7.  
  8.    gobbler.asc       -  An ASCII manual for gobbler.
  9.    gobbler.exe       -  A binary file for the PC.
  10.    beholder.ini      -  A configuration file needed by gobbler.
  11.    dp.ini            -  A configuration file needed by gobbler.
  12.  
  13.    gobview.cc        -  My small tool to view a dumpfile generated
  14.                         by gobbler. This should compile on any unix
  15.                         system. I've tested it on my linux machine and
  16.                         on an HP.
  17.                         I've based gobview on the program rdunix which
  18.                         is distributed with the gobbler distribution.
  19.                         rdunix simply displayed the dump file, while
  20.                         gobview decodes the packets.
  21.    Makefile          -  Makefile for gobview.
  22.  
  23. What's NOT included: drivers for your ethernet card. These can be found in
  24. the directory /pub/Fergie as pktdrv9.zip on ftp.et.tudelft.nl with anonymous
  25. ftp.
  26.  
  27. *** How to configure gobbler:
  28.  
  29. Change the following entries in beholder.ini:
  30.  
  31.     nd0address                 :  IP address of your PC running gobbler.
  32.     nd0mask                    :  Netmask of your network.
  33.     Community public/trap/test :  Your network IP + netmask.
  34.  
  35. Add hardware address entries of machines on your local net in dp.ini
  36. (e.g. HDRADDR 0x00 0x00 0xc0 0x5e 0xb1 0x67 warns)
  37.  
  38.  
  39. *** How to run gobbler:
  40.  
  41. First run a level 0 packetdriver (not included) at irq 0x60, e.g. (this is for
  42. the wd80x3)
  43.  
  44. wd8003e 0x60 3 0x280 0xd000
  45.  
  46. this attaches the packet driver to irq 0x60, and wd card at irq 3, port address
  47. 0x280 and shared memory at 0xd000
  48.  
  49. Then run gobbler. Read the gobbler manual file (included) to learn how gobbler
  50. works.
  51.  
  52.  
  53. *** How to run gobview
  54.  
  55. Use gobbler to create a dumpfile. ftp this dumpfile to the machine you've
  56. installed gobview on. Then type, for example, 'gobview yourdump.dmp | less'
  57. and off you go! If your nameserver has troubles matching names to IP addresses
  58. (usually only occurs when you don't use a nameserver :) type 
  59. 'gobview yourdump.dmp 2> /dev/null | less' to get rid of the error messages
  60. generated by nslookup.
  61.  
  62.  
  63. *** Problems and remarks:
  64.  
  65. If you have problems with gobview, found bugs, would like to have something
  66. added to it, have added something to it, etc. etc. you can contact me through
  67. e.g. e-mail (see signature at the end of the file). If you have problems with
  68. gobbler, you can also contact me, but please, only if you're really don't know
  69. what to do.
  70.  
  71.  
  72. *** Finally:
  73.  
  74. I first wrote gobview for personal use, but since it could be useful for
  75. others, I've released it. The source is a bit of mess (to my standards) but
  76. feel free to check it out/change it. I hope to be able to clean up the code
  77. and enhance gobview in the near future, if there are some out there who really
  78. USE it :) 
  79.  
  80. Have fun!
  81.  
  82.  
  83. Jacco
  84.  
  85. ................................................................................
  86. .                                                                              .
  87. .  You can contact me by E-mail:              You can contact me by mail       .
  88. .                                              through my company:             .
  89. .                                                                              .
  90. .     root@warns.et.tudelft.nl                    Redproc                      .
  91. .     redproc@warns.et.tudelft.nl                 Postbus 321                  .
  92. .     redproc@dutentb.et.tudelft.nl               2680 AH Monster              .
  93. .                                                 The Netherlands              .
  94. .        _____________________________                                         .
  95. .       /                 __         ___                                       .
  96. .      / \        / /\   |  \ |\  | /          _____ _   _ ____                .
  97. .  \  /   \  /\  / /__\  |__/ | \ | \___         |   |   | |   \   _     _ ___ .
  98. .   \/     \/  \/ /    \ |  \ |  \|     \        |   |   | |    | |_ |  |_  |  .
  99. .      _________________________________/        |    \_/  |___/  |_ |_ |   |  .
  100. .                                                                              .
  101. ................................................................................
  102.